#include "FrameLib_FixedPoint.h"
#include <stdint.h>
#include <memory>
#include <vector>
Go to the source code of this file.
|
| enum | ObjectType { kOutput,
kProcessor,
kScheduler
} |
| |
| enum | FrameType { kFrameAny,
kFrameNormal,
kFrameTagged
} |
| |
| enum | DataType { kVector,
kSingleString
} |
| |
| enum | ConnectionResult {
kConnectSuccess,
kConnectWrongContext,
kConnectSelfConnection,
kConnectFeedbackDetected,
kConnectNoOrderingSupport,
kConnectAliased
} |
| |
◆ Byte
| typedef unsigned char Byte |
◆ BytePointer
◆ ConnectionResult
| Enumerator |
|---|
| kConnectSuccess | |
| kConnectWrongContext | |
| kConnectSelfConnection | |
| kConnectFeedbackDetected | |
| kConnectNoOrderingSupport | |
| kConnectAliased | |
◆ DataType
| Enumerator |
|---|
| kVector | |
| kSingleString | |
◆ FrameType
| Enumerator |
|---|
| kFrameAny | |
| kFrameNormal | |
| kFrameTagged | |
◆ ObjectType
| Enumerator |
|---|
| kOutput | |
| kProcessor | |
| kScheduler | |